While execution of your code is paused, you can resume it by clicking Step In from the toolbar or pressing Shift-Cmd-I on keyboard.
With Step In chosen, it executes the current line. If the line is a procedure or function call, the counter goes to the first statement in the procedure or function. Otherwise, the counter will move to the next line of code.